Property Class |
Namespace: Independentsoft.Exchange
The Property type exposes the following members.
| Name | Description | |
|---|---|---|
| Property |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, Boolean) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, Byte) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, IListString) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, DateTime) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, Double) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, Int64) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, Object) |
Initializes a new instance of the Property class.
| |
| Property(PropertyPath, String) |
Initializes a new instance of the Property class.
|
| Name | Description | |
|---|---|---|
| PropertyPath |
Contains property path.
| |
| Value |
Contains property value.
| |
| Values |
Contains property value for multi-value properties.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current Property object to its equivalent string representation.
(Overrides ObjectToString.) |